/*
Theme Name: HUGE
Description: Creative Coming Soon Template
Author: SquirrelLabs
Author URI: https://themeforest.net/user/squirrellabs/portfolio?ref=SquirrelLab
Version: 1.0
License: https://themeforest.net/licenses/standard

---

/*******************************
  Table of Contents

  1.0 Content Styles
  2.0 Content Styles
  3.0 Countdown
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/
html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400;
    background-image: url('../images/pattern.jpg'); /* Replace 'your-image.jpg' with the path to your image */
    background-size: cover; /* Ensure the background image covers the entire container */
    background-position: center; /* Center the background image */
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a{
    color:#fff;
}
header {
    position: relative;
    width: 100%;
    padding: 0vw!important;
    pointer-events: none;
}
.gifVideo {
    max-width: 320px; /* Set maximum width */
    max-height: 240px; /* Set maximum height */
    width: auto; /* Let the browser calculate the width */
    height: auto; /* Let the browser calculate the height */
}
/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
header {
    text-align: center;
}

header .logo {
  height: 190px;
  box-sizing: content-box;
}
.contentContainer{
    display:none;
}
iframe {
    width: 100%;
    height: 100%;
}
.content {
    text-align: center;
    position: absolute;
    z-index: 11;
    margin: auto;
    left: 0;
    right: 0;
}
.row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    margin-bottom: 25px;
}
.hungry-blog-meta {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
img.icon {
    width: 35px;
    height: 35px;
    margin: 0px 5px;
}
.specialHeading{
    font-weight:700;
    margin-right:10px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
header {
    margin-bottom: 1%;
}
.content h2 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.content h1 {
    color: #111;
    font-size: 4em;
    position: relative;
    font-weight: 400;
    margin: 0 1vw;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.content h2 {
  color: #111;
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 50px;
}
/*.content a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #111;
  padding: 12px 19px;
  color: #111;
  display: inline-block;
}*/
.row {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:10px;
}
.btn {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 12px 19px;
    color: #fff;
    display: inline-block;
}
    .btn:hover {
        color: #000;
        opacity: 0.8;
        background: #fff;
    }
.content a:hover {
  color: #111;
  opacity: 0.8;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: 0;
  padding: 0;
  margin: 0 0 -6px 0;
  overflow: hidden;
}

/**********************************/
/*******    3.0 Countdown   *******/
/**********************************/
#countdown {
  margin: 2vh auto 4vh;
  top: 50%;
  left: 0;
  right: 0;
  height: 100px;
  width: 50%;
}

#countdown.show {
  display: block;
}

#countdown > div {
  position: relative;
  float: left;
  width: 25%;
  font-size: 4vw;
  font-weight: 100;
  line-height: .8em;
  letter-spacing: 2px;
  text-align: center;
  color: #ccc;
  font-family: 'Baloo Bhaijaan',serif;
}
.munchboxLogo {
    width: 40%;
}
#countdown > div > span {
  display: block;
  font-size: 1.2vw;
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 20px;
  color: #777;
  text-transform: lowercase
}
p {
    margin: 0 0;
}
.footer-copyright a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.footer-copyright p {
    margin: 10px 0px;
    font-size: 16px;
    color: #000;
}
.footer-area {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0px;
    background: #1f75be;
}
@media (max-width:520px) {
    .mobileDisplay{
        display:none;
    }
    .gifVideo {
        max-width: 360px;
        margin-top: -50%;
        max-height: fit-content;
    }
        /*header {
        margin-bottom: 15%;
        margin-top: 15%;
    }*/
    }
    @media (max-width:480px) {
        #countdown {
            width: 100%;
        }

            #countdown > div {
                width: 25%;
                font-size: 30px;
                font-weight: 700;
                line-height: .8em;
                letter-spacing: 2px;
            }

                #countdown > div > span {
                    font-size: 11px;
                }
    }
@media (max-width:500px) {
    .gifVideo {
        max-width: 320px;
        margin-top: -50%;
        max-height: fit-content;
    }
}
@media (max-width:380px) {
    .gifVideo {
        max-width: 280px;
        margin-top: -60%;
        max-height: fit-content;
    }
}
@media(min-width:800px){
    header {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .munchboxLogo {
        width: 15%;
    }
}